home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Boxer / README < prev   
Encoding:
Text File  |  2000-06-23  |  1.6 KB  |  46 lines

  1. Boxer replaces the last thing the Palm didn't replace, Floppy disks.
  2.  
  3. ALL SOURCE IS INCLUDE FOR PALM AND MAC, but the mac stuff might not work.
  4.  
  5. And a few other things.
  6.  
  7. Boxes are Filestreams on the Palm.
  8.  
  9. MacBox (if it worked) can take any file and "box" it into a .pdb file.
  10.  
  11. That can be hotsynced to the palm, you can take your $200-$400 floppy disk home,
  12. and hotsync it there.
  13.  
  14. MacUnbox can then unpack it.
  15.  
  16. However that is boring, so while it is on the palm ....
  17.  
  18. You can delete it.
  19.  
  20. You can beam it to someone else using boxer.
  21.  
  22. If it was a pdb of a palm database you can install it.
  23.  
  24. If it is text, you can convert it to a DOC file so you can read it on the palm.
  25.  
  26. If it is a GZipped file it can unzip it.
  27.  
  28. If it is a TAR file you can selectively untar entries (or the whole thing).
  29.  
  30. If it is a ZIP file you can unzip individual files (or the whole thing).
  31.  
  32. But it gets even better.
  33.  
  34. I've included at no extra charge (except palm battery drain):
  35.  
  36. Atache - so you can web serve (like Apache) from your palm,
  37.  
  38. (Hi)Browz - so you can grab boxes off the internet (using the PQA/INetLib on the Palm VII or V with Omnisky) - this doesn't work by itself, see PQAnywhere...  Web pages can then use URLs of the form palm:NZIP.appl?<url to the box file> to automatically download (like PalmGear's PQA loader, but it works with any file under 60k).
  39.  
  40. LoBrowz - so you can do the same thing as HiBrowz without the Palm VII stuff.
  41.  
  42. ZLib.prc (with source) to do the decompression.
  43.  
  44. PQAnywhere so you can do a download for arbitrary URLs on a VII.
  45.  
  46. (to be nice, I've included DOS 2 compatible and Linux versions of box and unbox).